LayoutInflaterCompat
Helper for accessing features in LayoutInflater.
Functions
Link copied to clipboard
Return the current LayoutInflaterFactory (or null).
Link copied to clipboard
open fun setFactory(@NonNull inflater: @NonNull LayoutInflater, @NonNull factory: @NonNull LayoutInflaterFactory)
Attach a custom Factory interface for creating views while using this LayoutInflater.
Link copied to clipboard
open fun setFactory2(@NonNull inflater: @NonNull LayoutInflater, factory: @NonNull LayoutInflater.Factory2)
Attach a custom LayoutInflater.Factory2 for creating views while using this LayoutInflater.